perm filename POINTY.SAI[PNT,HE]6 blob
sn#417606 filedate 1979-02-12 generic text, type C, neo UTF8
COMMENT ā VALID 00002 PAGES
C REC PAGE DESCRIPTION
C00001 00001
C00002 00002 BEGIN "POINTY"
C00004 ENDMK
Cā;
BEGIN "POINTY"
DEFINE #KILL=FALSE,#HELP=TRUE,#MOVE=FALSE,#OUTPT=TRUE,#INPUT=TRUE,
#ARROW=FALSE,#WRIST=TRUE;
REQUIRE "MAINPR.SAI" SOURCE_FILE;
! the definition of the flags is required to obtain different version of
POINTY. If none of them is defined POINTY is compiled with all flags
true
flag meaning
#HELP=FALSE complete error messages, ? instruction
#KILL=FALSE KILL instruction available
#DISPL=false display
#OUTPT=false file I/O
#MOVE=false movements allowed
#INPUT=false arm interface available
#ARROW=false arrow on display
;
! some combination of flags
POINTY is the complete version
BOINTY is compiled with BAIL
DOINTY is for datamedia and does not have display and help messages;
END "POINTY"